projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32ccac9
)
GtkStyleContext: Use correct type for animation duration.
author
Carlos Garnacho
<carlosg@gnome.org>
Mon, 22 Nov 2010 02:45:59 +0000
(
03:45
+0100)
committer
Carlos Garnacho
<carlosg@gnome.org>
Sat, 4 Dec 2010 14:39:26 +0000
(15:39 +0100)
gtk/gtkstylecontext.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstylecontext.c
b/gtk/gtkstylecontext.c
index adb9cd005fdfbe0fa0c182b21188c90324b55d7e..3303e74f11431d38ce4bf1b44e2de4196547860a 100644
(file)
--- a/
gtk/gtkstylecontext.c
+++ b/
gtk/gtkstylecontext.c
@@
-583,7
+583,7
@@
timeline_finished_cb (GtkTimeline *timeline,
static AnimationInfo *
animation_info_new (GtkStyleContext *context,
gpointer region_id,
- g
double
duration,
+ g
uint
duration,
GtkTimelineProgressType progress_type,
gboolean loop,
GtkStateType state,